home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- if "%CDBOOT%"=="TRUE" goto cBOOT
- goto FBOOT
-
- :CBOOT
- call x:\letter.bat %1
- goto DONE
-
- :FBOOT
- set DESTPATH=%1:\
- echo Your RAM Disk is %DESTPATH%
- path=a:\;%DESTPATH%
-
- splash
- ECHO Loading files into memory, please wait...
- copy dmzip.exe %DESTPATH%
- %DESTPATH%dmzip.exe %DESTPATH%
- splash
- cls
-
- %1:
- xbios /Z /I /X
-
- drmouse
- if errorlevel 10 goto MOUSEERR
- if errorlevel 9 goto MOUSEERR
- if errorlevel 8 goto MOUSEERR
- if errorlevel 7 goto MOUSEERR
- if errorlevel 6 goto MOUSEERR
- if errorlevel 5 goto MOUSEERR
- if errorlevel 4 goto MOUSEERR
- if errorlevel 3 goto MOUSEERR
- if errorlevel 2 goto MOUSEERR
- goto NOMOUSEERR
-
- :MOUSEERR
- drmouse /u
- set NOMOUSE=TRUE
-
- :NOMOUSEERR
-
- CALL a:\dm.BAT
- cls
- echo Your RAM Disk is %DESTPATH%
- echo Thank you for using MaxBlast 3
- :DONE